Before deploying the Update Server, use a text editor to open the
configuration file:
UpdateServer\PrecompiledWeb\Manager\Web.Config |
You can change the username and password, and specify the UpdateServerMode as remote.
Example:
<configuration> |
<appSettings> |
<add key="UserName" value="Administrator"/> |
<add key="Password" value="Administrator"/> |
<add key="UpdateServerMode" value="remote" /> |
</appSettings> |
</configuration> |
See Also